

FeatureFlags {
  EnableExternalDataSources: true
  EnableScriptExecutionOperations: true
}

QueryServiceConfig {
  Generic {
    Connector {
        Endpoint {
            host: "localhost"
            port: 32772
        }
        UseSsl: false
    }

    DefaultSettings {
        Name: "DateTimeFormat"
        
        Value: "YQL"
        
    }
  }
}
